Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessFormBase Class / GetFormula Method / GetFormula(CellRange[],Boolean) Method
Input cell ranges


In This Topic
    GetFormula(CellRange[],Boolean) Method
    In This Topic
    Gets formula from cell ranges.
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetFormula( _
       ByVal cellRanges() As CellRange, _
       ByVal fromModel As Boolean _
    ) As String
    'Usage
     
    
    Dim instance As ModelessFormBase
    Dim cellRanges() As CellRange
    Dim fromModel As Boolean
    Dim value As String
     
    value = instance.GetFormula(cellRanges, fromModel)
    protected string GetFormula( 
       CellRange[] cellRanges,
       bool fromModel
    )

    Parameters

    cellRanges
    Input cell ranges
    fromModel

    Return Value

    Formula parsed from cell range
    See Also